home *** CD-ROM | disk | FTP | other *** search
/ QuickTime VR Showcase / QuickTime VR Showcase.iso / 3rd Parties / Services / VRToolworks / Museum.Dxr / 00013.ls < prev    next >
Encoding:
Text File  |  1996-12-06  |  611 b   |  21 lines

  1. on mouseUp
  2.   global gNavMovieID
  3.   set the visible of sprite 9 to 1
  4.   set the text of cast "Object Filename" to the moviePath & "Mask"
  5.   ClosePanoMovie()
  6.   set the ink of sprite 1 to 0
  7.   set the ink of sprite 2 to 0
  8.   updateStage()
  9.   set the ink of sprite 1 to 1
  10.   set the ink of sprite 2 to 1
  11.   updateStage()
  12.   OpenNavMovie(the text of cast "Object Filename", 1, 1)
  13.   if gNavMovieID <> EMPTY then
  14.     go("Object")
  15.   else
  16.     go("Start")
  17.     updateStage()
  18.     alert("Can't open file:" & RETURN & RETURN & QUOTE & the text of cast "Object Filename" & QUOTE & RETURN & RETURN & "as an object movie.")
  19.   end if
  20. end
  21.